-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
afl++ fixes #7026
afl++ fixes #7026
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested this on 3 of the projects from #7021 and they all pass, will await for others to determine when to merge in though
Thank you. We are still seeing the bug [1] regularly, so +1 on merging this. |
Let me know if I should manually test this on |
@oliverchang @jonathanmetzman Anything needed to do here? |
CI failure is not mine:
|
@jonathanmetzman Let's get ready to try this this week? I also have google/clusterfuzz#2520 out to give us an extra day to revert if something goes wrong. |
this is now open for 4 weeks ... @jonathanmetzman @DavidKorczynski @inferno-chromium step 1: geht this merged and see if anything still fails |
My position remains as above: #7026 (review) - this lgtm (and thanks for fixing it up!!) and will wait for others to merge in |
@jonathanmetzman - i am merging this since some folks have tested this. please keep an eye. |
Thanks for merging. I'll let you know if I notice anything strange in Qt. |
Let's wait a day before rolling clang. |
By my count, this causes the following breakages: |
mercurial and cpython3 fail and it is good that they fail as this is a bad setup (that is why the behaviour changed. before it was silently just being less effective). there is an env to ignore this, but rather the setup should be fixed. I can help the devs to get this working. I can also set that env var that keeps ignoring it though. libxml - I will take a look. |
* update afl++ commit id * update afl++ commit id * fix for afl++ * attempt fix for curl * allow easy reproducable afl++ builds * new commit id * fixes * another afl++ commit increase * not a relevant update, but why not * two afl++ fixes * add debug script * update commit id (not relevant though) * add wget * update afl++ commit id * just afl++ doc updates, but maybe this results in some attention
This fixes CTX compile mode and CMPLOG when encountering floating point vectors.
#7021 - fixes mupdf, cjson and qt.
let's hope these are all the bugs.
@oliverchang @Navidem @jonathanmetzman